home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / wink10.zip / THINK.WNK < prev    next >
Text File  |  1997-04-24  |  4KB  |  85 lines

  1. Wink v1.0 Copyright 1994-7 Leo Wong.  All rights reserved.  The program and source of Wink may be freely distributed.
  2.  
  3. Wink is a mouseless DOS word processor for writers.  Wink formats paragraphs but doesn't center, underline, bold, etc.
  4.  
  5. Start Wink by entering:  wink [filename]
  6.  
  7. If no filename was entered, Wink asks for one.  The default filename extension is .wnk.  If the file exists a backup is made by saving it with the extension .bak (so don't name Wink files that differ only in their extensions).
  8.  
  9. Function keys F1 to F10 allow you to:
  10.  
  11.      F1   find text.  Find is case sensitive if the search
  12.           string has both lower- and uppercase letters.
  13.      F2   repeat find (next)
  14.      F3   replace found text (put)
  15.      F4   replace after F2 (also)
  16.      F5   begin marking if not marking, else unmark
  17.      F6   cut marked text
  18.      F7   copy marked text
  19.      F8   paste cut or copied text
  20.      F9   print the entire text or marked text
  21.      F10  save and exit
  22.  
  23. Cursor, Insert, Delete, etc. keys work as you expect.  There are also a few combined key functions:
  24.  
  25.      Shift-F1   go to DOS.  Type EXIT and press <Enter> to
  26.                 return to Wink.
  27.      Shift-F2   change filename.  If a file of that name
  28.                 already exists, it is overwritten.
  29.      Shift-F3   toggle linewidth between 60 & 70 characters.
  30.                 60 is the default.  60 & 70 are fudged a bit
  31.                 for spaces at the end of a line.  Shift-F3
  32.                 puts the cursor at the beginning of the text.
  33.      Shift-F4   turn on/off the display of spaces and
  34.                 carriage returns.  OFF is the default.
  35.      Shift-F8   toggle between gray-on-blue & black-on-gray
  36.      Shift-F9   print in double space
  37.      Shift-F10  save what's in memory without exiting
  38.      Ctrl-F10   exit with the option of not saving.  Don't
  39.                 save is the default.
  40.      Ctrl-LeftArrow   go to the previous word
  41.      Ctrl-RightArrow  go to the next word
  42.      Ctrl-Home  go to the beginning of the text
  43.      Ctrl-End   go to the end of the text
  44.      Ctrl-PageUp    go to the top of the screen
  45.      Ctrl-PageDown  go to the bottom of the screen or to the
  46.                     last line, whichever is higher
  47.  
  48. Wink can hold nearly 64K characters and nearly 5000 lines.  It throws a fit without warning at either limit.
  49.  
  50. Wink uses only standard ASCII characters.  The only control character is CR, which marks the end of a paragraph.
  51.  
  52. Wink was written in Frank Sergeant's Pygmy Forth version 1.4 and contains words from L. Greg Lisle's Pygtools.  Sending $15 to each of these two gentlemen will give you Pygmy and Pygtools, possibly lots of fun with Forth, and the ability to change and improve Wink to your heart's desire.
  53.  
  54.      Frank C. Sergeant
  55.      pygmy@pobox.com
  56.      http://www.eskimo.com/~pygmy/
  57.  
  58.      L. Greg Lisle
  59.      2160 Foxhunter Ct.
  60.      Winston-Salem, NC 27106
  61.  
  62. Needless to say, neither Mr. Sergeant nor Mr. Lisle is responsible for Wink's shortcomings.
  63.  
  64.                             Leo Wong
  65.                             hello@albany.net
  66.                             http://www.albany.net/~hello/
  67.                             24 May 1994 - 24 April 1997
  68.  
  69. REVISION HISTORY
  70.  
  71. v0.0a  940607  Default linewidth now 60.  Small changes.
  72. v0.0b  940621  Small changes.
  73. v0.0c  940721  Correct tab.  Faster.
  74. v0.0d  940822  Correct find.
  75. v0.0e  940902  Small changes.
  76. v0.0f  941018  Add Ctrl-PageUp and Ctrl-PageDown.  Clear
  77.                screen on exiting.
  78. v0.0g  970226  Make backup when starting.  Ask for a
  79.                filename if it wasn't on the command line.
  80. v0.0h  970312  Add change filename.
  81. v0.0i  970319  Add option to exit without saving.
  82. v0.0j  970324  Add case sensitive search.
  83. v0.0k  970401  Faster format and search.  Add column number
  84.                to status line.
  85. v1.0   970415  Smaller.  Maximum number of lines now 5000.